Click or drag to resize

ConversationRequest Constructor (ItemId, String)

Initializes a new instance of the ConversationRequest class.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public ConversationRequest(
	ItemId conversationId,
	string syncState
)

Parameters

conversationId
Type: Independentsoft.ExchangeItemId
The conversation identifier.
syncState
Type: SystemString
State of the synchronize.
See Also